home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / extras / mibs / IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt < prev    next >
Text File  |  2005-03-30  |  4KB  |  107 lines

  1.   IANA-ADDRESS-FAMILY-NUMBERS-MIB DEFINITIONS ::= BEGIN
  2.  
  3.   IMPORTS
  4.       MODULE-IDENTITY,
  5.       mib-2                               FROM SNMPv2-SMI
  6.       TEXTUAL-CONVENTION                  FROM SNMPv2-TC;
  7.  
  8.   ianaAddressFamilyNumbers MODULE-IDENTITY
  9.       LAST-UPDATED "200009080000Z"  -- September 8, 2000
  10.       ORGANIZATION "IANA"
  11.       CONTACT-INFO
  12.           "Postal:    Internet Assigned Numbers Authority
  13.                       Internet Corporation for Assigned Names
  14.               and Numbers
  15.                       4676 Admiralty Way, Suite 330
  16.                       Marina del Rey, CA 90292-6601
  17.                       USA
  18.  
  19.           Tel:    +1  310-823-9358
  20.           E-Mail: iana@iana.org"
  21.       DESCRIPTION
  22.           "The MIB module defines the AddressFamilyNumbers
  23.           textual convention."
  24.  
  25.       -- revision history
  26.  
  27.       REVISION     "200009080000Z"  -- September 8, 2000
  28.       DESCRIPTION  "AddressFamilyNumbers assignments 19 to
  29.                    xtpoveripv4, 20 to xtpoveripv6, and 21 to
  30.                    xtpnativemodextp." 
  31.  
  32.       REVISION     "200003010000Z"  -- March 1, 2000
  33.       DESCRIPTION  "AddressFamilyNumbers assignment 17 to distinguishedname. 
  34.                    AddressFamilyNumbers assignment 18 to asnumber."
  35.  
  36.       REVISION     "200002040000Z"  -- February 4, 2000
  37.       DESCRIPTION  "AddressFamilyNumbers assignment 16 to dns."
  38.  
  39.       REVISION     "9908260000Z"  -- August 26, 1999
  40.       DESCRIPTION  "Initial version, for more explanation, see RFC 2677."
  41.       ::= { mib-2 72 }
  42.  
  43.   AddressFamilyNumbers ::= TEXTUAL-CONVENTION
  44.       STATUS       current
  45.       DESCRIPTION
  46.           "The definition of this textual convention with the
  47.           addition of newly assigned values is published
  48.           periodically by the IANA, in either the Assigned
  49.           Numbers RFC, or some derivative of it specific to
  50.           Internet Network Management number assignments.
  51.           (The latest arrangements can be obtained by
  52.           contacting the IANA.)
  53.  
  54.           The enumerations are described as:
  55.  
  56.           other(0),    -- none of the following
  57.           ipV4(1),     -- IP Version 4
  58.           ipV6(2),     -- IP Version 6
  59.           nsap(3),     -- NSAP
  60.           hdlc(4),     -- (8-bit multidrop)
  61.           bbn1822(5),
  62.           all802(6),   -- (includes all 802 media
  63.                        --   plus Ethernet 'canonical format')
  64.           e163(7),
  65.           e164(8),     -- (SMDS, Frame Relay, ATM)
  66.           f69(9),      -- (Telex)
  67.           x121(10),    -- (X.25, Frame Relay)
  68.           ipx(11),     -- IPX (Internet Protocol Exchange)
  69.           appletalk(12),  -- Apple Talk
  70.           decnetIV(13),   -- DEC Net Phase IV
  71.           banyanVines(14),  -- Banyan Vines
  72.           e164withNsap(15),
  73.                        -- (E.164 with NSAP format subaddress)
  74.           dns(16),     -- (Domain Name System)
  75.           distinguishedname(17), -- (Distinguished Name, per X.500)
  76.           asnumber(18), -- (16-bit quantity, per the AS number space)
  77.           reserved(65535)
  78.  
  79.           Requests for new values should be made to IANA via
  80.           email (iana@iana.org)."
  81.       SYNTAX  INTEGER {
  82.                   other(0),
  83.                   ipV4(1),
  84.                   ipV6(2),
  85.                   nsap(3),
  86.                   hdlc(4),
  87.                   bbn1822(5),
  88.                   all802(6),
  89.                   e163(7),
  90.                   e164(8),
  91.                   f69(9),
  92.                   x121(10),
  93.                   ipx(11),
  94.                   appletalk(12),
  95.                   decnetIV(13),
  96.                   banyanVines(14),
  97.                   e164withNsap(15),
  98.                   dns(16),
  99.                   distinguishedname(17), -- (Distinguished Name, per X.500)
  100.                   asnumber(18), -- (16-bit quantity, per the AS numberspace)
  101.                   xtpoveripv4(19), -- XTP over version 4
  102.                   xtpoveripv6(20), -- XTP over version 6
  103.                   xtpnativemodextp(21), -- XTP native mode XTP 
  104.                   reserved(65535)
  105.               }
  106.       END
  107.